ComponentOne ASP.NET MVC Controls
Fields Property (BaseODataCollectionViewService<T>)

C1.Web.Mvc Namespace > BaseODataCollectionViewService<T> Class : Fields Property
Gets or sets an array containing the names of the fields to retrieve from the data source.
Syntax
'Declaration
 
Public Property Fields As String()
public string[] Fields {get; set;}
Remarks
If this property is set to null or to an empty array, all fields are retrieved.
See Also

Reference

BaseODataCollectionViewService<T> Class
BaseODataCollectionViewService<T> Members